adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Range<T> Class
Fields Properties Methods

In This Topic
    Range<T> Class Members
    In This Topic

    The following tables list the members exposed by Range<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Field The default string to denote that the range should be negated.  
    Public Field The default string to use to separate values in a range.  
    Public Field The maximum value (inclusive)  
    Public Field The minimum value (inclusive)  
    Public Field Indicates whether the range is negated  
    Public Field The string to use denote that the range should be negated.  
    Public Field The string to use to separate values when converting the range to a string.  
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates whether the Min value equals the Max value.  
    Top
    Public Methods
     NameDescription
    Public Method Indicates whether the specified value meets the rules for the range  
    Public MethodReturns a string that represents the current object. Returns a string representation of the range.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Attempts to parse a Range from a string representation  
    Top
    Extension Methods
     NameDescription
    Public Extension Method
    Top
    See Also